New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lisan-compiler

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lisan-compiler

Lisan compiler compiles Translations into Dictionaries

  • 0.0.34
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-71.43%
Maintainers
1
Weekly downloads
 
Created
Source

Lisan.js
i18n, Reimagined!

A blazing fast and super small i18n library for Javascript


Website

Installation · API · Guides & Tips


Lisan Compiler

Lisan Compiler is a javascript library created to improve development experience with Lisan.

It helps you to compile Translations into Dictionaries.

You can also parse a single Lisan Literal via parseLisanLiteral function.

Installation

You can install lisan from the sources below, as you see fit.

from npm

npm install lisan-compiler --save-dev

from CDN

<script src="https://unpkg.com/lisan-compiler/dist/index.umd.js" type="text/javascript"></script>

After adding the script tag above, Lisan Compiler instance will be accessible via
window.lisanCompiler variable.

Usage:

<script
  src="https://unpkg.com/lisan-compiler/dist/index.umd.js"
  type="text/javascript"
></script>
<script type="text/javascript">
  (() => {
    const { parseLisanLiteral, parse, generate } = window.lisanCompiler;
  })();
</script>

Methods

For the full list of methods, see Lisan Compiler API.

Compatibility

PlatformIEEdgeFirefoxChromeNodejs
Version11AllAllAll10+

License

This package is MIT licensed.

Keywords

FAQs

Package last updated on 31 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc